Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
PostgreSQL
1) Aggregate Functions
2) Analytical Functions
3) Array
4) Constraints
5) Cursor
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Inheritance
11) Insert Delete Update
12) Math Functions
13) Postgre SQL
14) Select Query
15) Sequence
16) Store Procedure Function
17) String Functions
18) Subquery
19) Table
20) Table Joins
21) Transaction
22) User Previliege
23) View
Table
1) Add a column
2) Add a new column with check option
3) Adds a comment to the customers table
4) Adds a text column
5) ALTER TABLE books RENAME COLUMN
6) ALTER TABLE employee ADD COLUMN description text
7) ALTER TABLE employee DROP COLUMN city CASCADE
8) Altering column defaults
9) Changing a Columns Data Type
10) Changing table ownership
11) Copies data from a system file into the publishers table
12) Copy the employees table to the emp_table file
13) Copying an ASCII file to data table
14) Copying the books table to an ASCII file
15) Create a new table by specifying the table name, along with all column names and their types
16) Create a temporary table
17) Creates a backup table
18) Creating the books table
19) Drop a table
20) Drop table cascade
21) Grants all privileges on a table to the user manager
22) Insert value to composite column
23) Reference column name through table name
24) Reference column type through column type
25) Removing a Column
26) Rename a column
27) Rename the employees table to personnel
28) Renaming a Column
29) Renaming a table
30) To access a field of a composite column
31) TRUNCATE TABLE employee
32) Use d to display table information